docs: Stop referring to legacy event signals
authorMatthias Clasen <mclasen@redhat.com>
Wed, 10 Jan 2018 23:52:39 +0000 (18:52 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 16 Jan 2018 19:14:10 +0000 (14:14 -0500)
These are going away.

gtk/gtkgesture.c
gtk/gtkscrolledwindow.c

index b34c4dd956892747cab564e5c11984df94297210..9565fa26e019917369b17925b0caa736cca16698 100644 (file)
  * target widget, and gestures that are attached to containers above the widget
  * get a chance to interact with the event before it reaches the target.
  *
- * After the capture phase, GTK+ emits the traditional #GtkWidget::button-press-event,
- * #GtkWidget::button-release-event, #GtkWidget::touch-event, etc signals. Gestures
- * with the %GTK_PHASE_TARGET phase are fed events from the default #GtkWidget::event
- * handlers.
+ * After the capture phase, GTK+ emits the traditional #GtkWidget::event signal.
+ * Gestures with the %GTK_PHASE_TARGET phase are fed events from the default
+ * #GtkWidget::event handlers.
  *
  * In the bubble phase, events are propagated up from the target widget to the
  * toplevel, and gestures that are attached to containers above the widget get
index 18b831884e0d258335c13dda118250807ac0c82a..7936c8b8776242fdaa2055ef1d48e16fe420f126 100644 (file)
@@ -2560,9 +2560,9 @@ gtk_scrolled_window_get_kinetic_scrolling (GtkScrolledWindow *scrolled_window)
  * then later replayed if it is meant to go to the child widget.
  *
  * This should be enabled if any child widgets perform non-reversible
- * actions on #GtkWidget::button-press-event. If they don't, and handle
- * additionally handle #GtkWidget::grab-broken-event, it might be better
- * to set @capture_button_press to %FALSE.
+ * actions on button press events. If they don't, and additionally handle
+ * #GtkWidget::grab-broken-event, it might be better to set @capture_button_press
+ * to %FALSE.
  *
  * This setting only has an effect if kinetic scrolling is enabled.
  *